github.com/jackc/pgx/v5/pgconn.PgConn.slowWriteTimer (field)

7 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L86: 	slowWriteTimer    *time.Timer
		pgconn.go#L386: 	pgConn.slowWriteTimer = time.AfterFunc(time.Duration(math.MaxInt64),
		pgconn.go#L392: 	pgConn.slowWriteTimer.Stop()
		pgconn.go#L2114: 	if pgConn.slowWriteTimer.Reset(15 * time.Millisecond) {
		pgconn.go#L2121: 	if !pgConn.slowWriteTimer.Stop() {
		pgconn.go#L2236: 	pgConn.slowWriteTimer = time.AfterFunc(time.Duration(math.MaxInt64),
		pgconn.go#L2242: 	pgConn.slowWriteTimer.Stop()